home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000186_news@columbia.edu _Fri May 31 19:45:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id TAA01534 for <kermit.misc@watsun>; Fri, 31 May 1996 19:45:06 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id TAA22423 for kermit.misc@watsun; Fri, 31 May 1996 19:45:05 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit Takefile/Scripting Problems
  8. Date: 31 May 1996 23:44:51 GMT
  9. Organization: Columbia University
  10. Lines: 17
  11. Message-ID: <4oo09j$ls2@apakabar.cc.columbia.edu>
  12. References: <31AF35C1.8ED@wheaton.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <31AF35C1.8ED@wheaton.edu>,
  16. David B. Malone <dmalone@wheaton.edu> wrote:
  17. : I would appreciate assistance from a group member concerning a take 
  18. : file.  I am attempting to run a script that will telnet and autologin to 
  19. : a unix server.  The script functions, but too well.  It seems to be 
  20. : looping.  When I run the script (kermit take titus.scr) it telnets to 
  21. : the server, but will not run the input/output.  However when I close 
  22. : that initial session it begins another sessions and completes the 
  23. : autologin procedure.  In other words, it telnets twice, even though only 
  24. : one reference is made to the machine.  Mscustom and Mskermit.ini make no 
  25. : mention of the server.
  26. Your script probably has a CONNECT command in it.  Take out the CONNECT
  27. command, or move it down to after all the INPUT/OUTPUT sequences, as explained
  28. in the script programming chapter of "Using MS-DOS Kermit".
  29.  
  30. - Frank